﻿2026-06-19T23:27:05.8254077Z ##[group]Run $ErrorActionPreference = "Stop"
2026-06-19T23:27:05.8254495Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-06-19T23:27:05.8254727Z [36;1m$PIN = "0c95435"[0m
2026-06-19T23:27:05.8254959Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-06-19T23:27:05.8255234Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-06-19T23:27:05.8255594Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-06-19T23:27:05.8255996Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-06-19T23:27:05.8256317Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-06-19T23:27:05.8256612Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-06-19T23:27:05.8256859Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-06-19T23:27:05.8257142Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-06-19T23:27:05.8257442Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-06-19T23:27:05.8257722Z [36;1m}[0m
2026-06-19T23:27:05.8258503Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-06-19T23:27:05.8258762Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-19T23:27:05.8329703Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-19T23:27:05.8330018Z ##[endgroup]
2026-06-19T23:27:08.6910262Z    Compiling proc-macro2 v1.0.106
2026-06-19T23:27:08.6910646Z    Compiling quote v1.0.45
2026-06-19T23:27:08.6910999Z    Compiling unicode-ident v1.0.24
2026-06-19T23:27:08.6911327Z    Compiling cfg-if v1.0.4
2026-06-19T23:27:08.6911628Z    Compiling serde_core v1.0.228
2026-06-19T23:27:08.6911952Z    Compiling serde v1.0.228
2026-06-19T23:27:08.6912289Z    Compiling windows-link v0.2.1
2026-06-19T23:27:08.6912619Z    Compiling getrandom v0.3.4
2026-06-19T23:27:08.6912921Z    Compiling typenum v1.20.1
2026-06-19T23:27:08.6913285Z    Compiling portable-atomic v1.13.1
2026-06-19T23:27:08.6913607Z    Compiling version_check v0.9.5
2026-06-19T23:27:08.6914096Z    Compiling pin-project-lite v0.2.17
2026-06-19T23:27:08.6914493Z    Compiling memchr v2.8.1
2026-06-19T23:27:08.6914803Z    Compiling shlex v2.0.1
2026-06-19T23:27:08.6915569Z    Compiling find-msvc-tools v0.1.9
2026-06-19T23:27:08.6916249Z    Compiling critical-section v1.2.0
2026-06-19T23:27:08.7810437Z    Compiling windows-sys v0.61.2
2026-06-19T23:27:08.7826985Z    Compiling subtle v2.6.1
2026-06-19T23:27:08.8717964Z    Compiling futures-core v0.3.32
2026-06-19T23:27:08.8718492Z    Compiling equivalent v1.0.2
2026-06-19T23:27:08.8718851Z    Compiling smallvec v1.15.1
2026-06-19T23:27:08.9730777Z    Compiling itoa v1.0.18
2026-06-19T23:27:08.9849356Z    Compiling bytes v1.11.1
2026-06-19T23:27:08.9936222Z    Compiling semver v1.0.28
2026-06-19T23:27:09.0747942Z    Compiling stable_deref_trait v1.2.1
2026-06-19T23:27:09.1289139Z    Compiling generic-array v0.14.7
2026-06-19T23:27:09.1591706Z    Compiling log v0.4.32
2026-06-19T23:27:09.1759224Z    Compiling futures-sink v0.3.32
2026-06-19T23:27:09.1827362Z    Compiling slab v0.4.12
2026-06-19T23:27:09.2087730Z    Compiling rustc_version v0.4.1
2026-06-19T23:27:09.3144071Z    Compiling futures-io v0.3.32
2026-06-19T23:27:09.3225515Z    Compiling futures-task v0.3.32
2026-06-19T23:27:09.4245395Z    Compiling futures-channel v0.3.32
2026-06-19T23:27:09.4538408Z    Compiling hashbrown v0.17.1
2026-06-19T23:27:09.4755011Z    Compiling rustversion v1.0.22
2026-06-19T23:27:09.5933933Z    Compiling getrandom v0.2.17
2026-06-19T23:27:09.5948529Z    Compiling cpufeatures v0.2.17
2026-06-19T23:27:09.6537604Z    Compiling fnv v1.0.7
2026-06-19T23:27:09.6954226Z    Compiling libc v0.2.186
2026-06-19T23:27:09.7127531Z    Compiling cfg_aliases v0.2.1
2026-06-19T23:27:09.8805523Z    Compiling strsim v0.11.1
2026-06-19T23:27:09.9417213Z    Compiling jobserver v0.1.34
2026-06-19T23:27:10.0524641Z    Compiling rand_core v0.10.1
2026-06-19T23:27:10.0525152Z    Compiling litemap v0.8.2
2026-06-19T23:27:10.0634766Z    Compiling autocfg v1.5.1
2026-06-19T23:27:10.0637442Z    Compiling writeable v0.6.3
2026-06-19T23:27:10.0638147Z    Compiling ident_case v1.0.1
2026-06-19T23:27:10.0860886Z    Compiling dunce v1.0.5
2026-06-19T23:27:10.1734008Z    Compiling cc v1.2.63
2026-06-19T23:27:10.2218418Z    Compiling utf8_iter v1.0.4
2026-06-19T23:27:10.2706578Z    Compiling icu_normalizer_data v2.2.0
2026-06-19T23:27:10.2897205Z    Compiling icu_properties_data v2.2.0
2026-06-19T23:27:10.3071368Z    Compiling getrandom v0.4.2
2026-06-19T23:27:10.3113578Z    Compiling fs_extra v1.3.0
2026-06-19T23:27:10.4211108Z    Compiling percent-encoding v2.3.2
2026-06-19T23:27:10.4675433Z    Compiling syn v2.0.117
2026-06-19T23:27:10.5338961Z    Compiling indexmap v2.14.0
2026-06-19T23:27:10.5865811Z    Compiling http v1.4.1
2026-06-19T23:27:10.6208471Z    Compiling unicode-segmentation v1.13.3
2026-06-19T23:27:10.6209567Z    Compiling thiserror v2.0.18
2026-06-19T23:27:10.7038403Z    Compiling crypto-common v0.1.7
2026-06-19T23:27:10.7038970Z    Compiling cpufeatures v0.3.0
2026-06-19T23:27:10.7545799Z    Compiling aws-lc-rs v1.17.0
2026-06-19T23:27:10.7668068Z    Compiling scopeguard v1.2.0
2026-06-19T23:27:10.8079591Z    Compiling chacha20 v0.10.0
2026-06-19T23:27:10.8351568Z    Compiling lock_api v0.4.14
2026-06-19T23:27:10.8641892Z    Compiling block-buffer v0.10.4
2026-06-19T23:27:10.9076360Z    Compiling form_urlencoded v1.2.2
2026-06-19T23:27:11.0109151Z    Compiling winapi v0.3.9
2026-06-19T23:27:11.0251698Z    Compiling cmake v0.1.58
2026-06-19T23:27:11.1239236Z    Compiling bitflags v2.12.1
2026-06-19T23:27:11.1312371Z    Compiling untrusted v0.9.0
2026-06-19T23:27:11.1359026Z    Compiling rand v0.10.1
2026-06-19T23:27:11.1820108Z    Compiling digest v0.10.7
2026-06-19T23:27:11.2193682Z    Compiling num-traits v0.2.19
2026-06-19T23:27:11.2748289Z    Compiling windows-result v0.4.1
2026-06-19T23:27:11.3956623Z    Compiling windows-strings v0.5.1
2026-06-19T23:27:11.4722067Z    Compiling heck v0.5.0
2026-06-19T23:27:11.5024976Z    Compiling rustls v0.23.40
2026-06-19T23:27:11.5346562Z    Compiling convert_case v0.10.0
2026-06-19T23:27:11.5987500Z    Compiling atomic-waker v1.1.2
2026-06-19T23:27:11.6046606Z    Compiling anyhow v1.0.102
2026-06-19T23:27:11.6971698Z    Compiling unicode-xid v0.2.6
2026-06-19T23:27:11.8142215Z    Compiling const-oid v0.10.2
2026-06-19T23:27:13.0987023Z    Compiling aws-lc-sys v0.41.0
2026-06-19T23:27:13.6912497Z    Compiling synstructure v0.13.2
2026-06-19T23:27:13.7043252Z    Compiling ring v0.17.14
2026-06-19T23:27:13.7471557Z    Compiling darling_core v0.20.11
2026-06-19T23:27:13.8861141Z    Compiling zerocopy v0.8.50
2026-06-19T23:27:13.9675358Z    Compiling parking_lot_core v0.9.12
2026-06-19T23:27:13.9858073Z    Compiling httparse v1.10.1
2026-06-19T23:27:14.0360565Z    Compiling http-body v1.0.1
2026-06-19T23:27:14.0538949Z    Compiling hybrid-array v0.4.12
2026-06-19T23:27:14.0835279Z    Compiling curve25519-dalek v4.1.3
2026-06-19T23:27:14.2062924Z    Compiling ahash v0.8.12
2026-06-19T23:27:14.2947697Z    Compiling either v1.16.0
2026-06-19T23:27:14.3629073Z    Compiling fastrand v2.4.1
2026-06-19T23:27:14.5050312Z    Compiling powerfmt v0.2.0
2026-06-19T23:27:14.5307408Z    Compiling base64ct v1.8.3
2026-06-19T23:27:14.6803078Z    Compiling rand_core v0.6.4
2026-06-19T23:27:14.7007571Z    Compiling base64 v0.22.1
2026-06-19T23:27:14.8024464Z    Compiling deranged v0.5.8
2026-06-19T23:27:14.8320989Z    Compiling pem-rfc7468 v1.0.0
2026-06-19T23:27:14.8420840Z    Compiling pkg-config v0.3.33
2026-06-19T23:27:14.8492924Z    Compiling num-conv v0.2.2
2026-06-19T23:27:14.8810165Z    Compiling socket2 v0.6.4
2026-06-19T23:27:14.9322616Z    Compiling mio v1.2.1
2026-06-19T23:27:15.0276812Z    Compiling try-lock v0.2.5
2026-06-19T23:27:15.0372871Z    Compiling tower-service v0.3.3
2026-06-19T23:27:15.0991459Z    Compiling zmij v1.0.21
2026-06-19T23:27:15.1480154Z    Compiling tinyvec_macros v0.1.1
2026-06-19T23:27:15.2384373Z    Compiling data-encoding v2.11.0
2026-06-19T23:27:15.3781116Z    Compiling vcpkg v0.2.15
2026-06-19T23:27:15.3833692Z    Compiling time-core v0.1.8
2026-06-19T23:27:15.4302711Z    Compiling want v0.3.1
2026-06-19T23:27:15.4730534Z    Compiling tinyvec v1.11.0
2026-06-19T23:27:15.5051029Z    Compiling parking_lot v0.12.5
2026-06-19T23:27:15.6175510Z    Compiling block-buffer v0.12.0
2026-06-19T23:27:15.6205311Z    Compiling crypto-common v0.2.2
2026-06-19T23:27:15.8361458Z    Compiling sha2 v0.10.9
2026-06-19T23:27:15.8960905Z    Compiling vergen-lib v9.1.0
2026-06-19T23:27:15.9222589Z    Compiling inout v0.1.4
2026-06-19T23:27:15.9892782Z    Compiling n0-future v0.3.2
2026-06-19T23:27:16.0384754Z    Compiling serde_json v1.0.150
2026-06-19T23:27:16.0683106Z    Compiling serde_derive v1.0.228
2026-06-19T23:27:16.0829089Z    Compiling zeroize_derive v1.4.3
2026-06-19T23:27:16.1403032Z    Compiling zerofrom-derive v0.1.7
2026-06-19T23:27:16.1537033Z    Compiling yoke-derive v0.8.2
2026-06-19T23:27:16.3105709Z    Compiling tokio-macros v2.7.0
2026-06-19T23:27:16.3297510Z    Compiling futures-macro v0.3.32
2026-06-19T23:27:16.3491677Z    Compiling zerovec-derive v0.11.3
2026-06-19T23:27:16.3832945Z    Compiling displaydoc v0.2.6
2026-06-19T23:27:16.4279363Z    Compiling tracing-attributes v0.1.31
2026-06-19T23:27:16.7469998Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-19T23:27:16.8315503Z    Compiling zeroize v1.8.2
2026-06-19T23:27:16.9198514Z    Compiling thiserror-impl v2.0.18
2026-06-19T23:27:17.0964494Z    Compiling rustls-pki-types v1.14.1
2026-06-19T23:27:17.1354849Z    Compiling tokio v1.52.3
2026-06-19T23:27:17.2138353Z    Compiling darling_macro v0.20.11
2026-06-19T23:27:17.2230186Z    Compiling futures-util v0.3.32
2026-06-19T23:27:17.3230932Z    Compiling derive_more-impl v2.1.1
2026-06-19T23:27:17.3665974Z    Compiling windows-implement v0.60.2
2026-06-19T23:27:17.5379437Z    Compiling windows-interface v0.59.3
2026-06-19T23:27:17.7105506Z    Compiling spez v0.1.2
2026-06-19T23:27:17.7106130Z    Compiling n0-error-macros v0.1.3
2026-06-19T23:27:17.7600276Z    Compiling darling v0.20.11
2026-06-19T23:27:17.8023429Z    Compiling zerofrom v0.1.8
2026-06-19T23:27:18.0089743Z    Compiling derive_builder_core v0.20.2
2026-06-19T23:27:18.0752907Z    Compiling der v0.8.0-rc.10
2026-06-19T23:27:18.1783865Z    Compiling yoke v0.8.3
2026-06-19T23:27:18.1842340Z    Compiling libsqlite3-sys v0.30.1
2026-06-19T23:27:18.1923985Z    Compiling pin-project-internal v1.1.13
2026-06-19T23:27:18.5224451Z    Compiling zerovec v0.11.6
2026-06-19T23:27:18.5604624Z    Compiling zerotrie v0.2.4
2026-06-19T23:27:18.7120952Z    Compiling windows-core v0.62.2
2026-06-19T23:27:18.7994327Z    Compiling n0-error v0.1.3
2026-06-19T23:27:18.8800962Z    Compiling winnow v1.0.3
2026-06-19T23:27:19.1256849Z    Compiling tinystr v0.8.3
2026-06-19T23:27:19.2284723Z    Compiling potential_utf v0.1.5
2026-06-19T23:27:19.2996326Z    Compiling icu_locale_core v2.2.0
2026-06-19T23:27:19.3676103Z    Compiling icu_collections v2.2.0
2026-06-19T23:27:19.4096097Z    Compiling derive_builder_macro v0.20.2
2026-06-19T23:27:19.4351422Z    Compiling cordyceps v0.3.4
2026-06-19T23:27:19.5538688Z    Compiling parking v2.2.1
2026-06-19T23:27:19.6169856Z    Compiling windows_x86_64_msvc v0.52.6
2026-06-19T23:27:19.6188153Z    Compiling diatomic-waker v0.2.3
2026-06-19T23:27:19.7951201Z    Compiling signature v2.2.0
2026-06-19T23:27:19.8228631Z    Compiling spin v0.10.0
2026-06-19T23:27:19.8557500Z    Compiling httpdate v1.0.3
2026-06-19T23:27:19.8774337Z    Compiling derive_builder v0.20.2
2026-06-19T23:27:19.9499649Z    Compiling crossbeam-utils v0.8.21
2026-06-19T23:27:20.0084456Z    Compiling futures-buffered v0.2.13
2026-06-19T23:27:20.0084989Z    Compiling ed25519 v2.2.3
2026-06-19T23:27:20.0605755Z    Compiling futures-lite v2.6.1
2026-06-19T23:27:20.0734330Z    Compiling pin-project v1.1.13
2026-06-19T23:27:20.1670196Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-19T23:27:20.2022123Z    Compiling spki v0.8.0-rc.4
2026-06-19T23:27:20.2823600Z    Compiling icu_provider v2.2.0
2026-06-19T23:27:20.3275418Z    Compiling digest v0.11.3
2026-06-19T23:27:20.4891523Z    Compiling cipher v0.4.4
2026-06-19T23:27:20.5405535Z    Compiling icu_normalizer v2.2.0
2026-06-19T23:27:20.5533890Z    Compiling icu_properties v2.2.0
2026-06-19T23:27:20.6217637Z    Compiling ipnet v2.12.0
2026-06-19T23:27:20.7299235Z    Compiling vergen-lib v0.1.6
2026-06-19T23:27:20.7595335Z    Compiling vergen v9.1.0
2026-06-19T23:27:20.8805288Z    Compiling universal-hash v0.5.1
2026-06-19T23:27:20.9541722Z    Compiling noq-udp v0.10.0
2026-06-19T23:27:20.9542544Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-19T23:27:20.9594261Z    Compiling heapless v0.7.17
2026-06-19T23:27:21.0271240Z    Compiling sync_wrapper v1.0.2
2026-06-19T23:27:21.0299102Z    Compiling opaque-debug v0.3.1
2026-06-19T23:27:21.0499473Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-19T23:27:21.0748267Z    Compiling once_cell v1.21.4
2026-06-19T23:27:21.0750445Z    Compiling byteorder v1.5.0
2026-06-19T23:27:21.1384754Z    Compiling allocator-api2 v0.2.21
2026-06-19T23:27:21.1730722Z    Compiling polyval v0.6.2
2026-06-19T23:27:21.2229926Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-19T23:27:21.3047254Z    Compiling tracing-core v0.1.36
2026-06-19T23:27:21.4009333Z    Compiling tokio-util v0.7.18
2026-06-19T23:27:21.4662725Z    Compiling hashbrown v0.14.5
2026-06-19T23:27:21.4805796Z    Compiling hash32 v0.2.1
2026-06-19T23:27:21.5135938Z    Compiling prefix-trie v0.8.4
2026-06-19T23:27:21.6276705Z    Compiling tracing v0.1.44
2026-06-19T23:27:21.8638147Z    Compiling idna_adapter v1.2.2
2026-06-19T23:27:21.8913140Z    Compiling derive_more v2.1.1
2026-06-19T23:27:21.9646459Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-19T23:27:22.1023559Z    Compiling idna v1.1.0
2026-06-19T23:27:22.1047218Z    Compiling futures-executor v0.3.32
2026-06-19T23:27:22.1623019Z    Compiling ed25519-dalek v2.2.0
2026-06-19T23:27:22.2866488Z    Compiling vergen-gitcl v1.0.8
2026-06-19T23:27:22.3368694Z    Compiling spin v0.9.8
2026-06-19T23:27:22.3626394Z    Compiling hashlink v0.9.1
2026-06-19T23:27:22.4197854Z    Compiling windows-threading v0.2.1
2026-06-19T23:27:22.4198409Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-19T23:27:22.4436507Z    Compiling tower-layer v0.3.3
2026-06-19T23:27:22.4911820Z    Compiling url v2.5.8
2026-06-19T23:27:22.5261417Z    Compiling h2 v0.4.14
2026-06-19T23:27:22.5650429Z    Compiling ryu v1.0.23
2026-06-19T23:27:22.5866466Z    Compiling signature v3.0.0
2026-06-19T23:27:22.6111778Z    Compiling fallible-iterator v0.3.0
2026-06-19T23:27:22.6939272Z    Compiling windows-future v0.3.2
2026-06-19T23:27:22.7317289Z    Compiling ed25519 v3.0.0-rc.4
2026-06-19T23:27:22.7765852Z    Compiling spt-proto v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-19T23:27:22.8047618Z    Compiling windows-targets v0.52.6
2026-06-19T23:27:22.9053725Z    Compiling futures v0.3.32
2026-06-19T23:27:23.1376935Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-19T23:27:23.1835573Z    Compiling rusqlite v0.32.1
2026-06-19T23:27:23.3188308Z    Compiling proc-macro-crate v3.5.0
2026-06-19T23:27:23.4381599Z    Compiling ghash v0.5.1
2026-06-19T23:27:23.5397784Z    Compiling aes v0.8.4
2026-06-19T23:27:23.5574725Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-19T23:27:23.6163638Z    Compiling ctr v0.9.2
2026-06-19T23:27:23.6164121Z    Compiling sha2 v0.11.0-rc.5
2026-06-19T23:27:23.6485780Z    Compiling windows-numerics v0.3.1
2026-06-19T23:27:23.7027869Z    Compiling windows-collections v0.3.2
2026-06-19T23:27:23.8103034Z    Compiling cobs v0.3.0
2026-06-19T23:27:23.9007190Z    Compiling postcard-derive v0.2.2
2026-06-19T23:27:23.9315037Z    Compiling fs2 v0.4.3
2026-06-19T23:27:23.9391681Z    Compiling time v0.3.47
2026-06-19T23:27:23.9703994Z    Compiling http-body-util v0.1.3
2026-06-19T23:27:24.0483806Z    Compiling aead v0.5.2
2026-06-19T23:27:24.0596042Z    Compiling widestring v1.2.1
2026-06-19T23:27:24.1678620Z    Compiling ipconfig v0.3.4
2026-06-19T23:27:24.1763739Z    Compiling windows v0.62.2
2026-06-19T23:27:24.2072966Z    Compiling aes-gcm v0.10.3
2026-06-19T23:27:24.2467495Z    Compiling data-encoding-macro v0.1.20
2026-06-19T23:27:24.3031945Z    Compiling spt-store v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-19T23:27:24.4074102Z    Compiling num_enum_derive v0.7.6
2026-06-19T23:27:24.4345444Z    Compiling windows-sys v0.59.0
2026-06-19T23:27:24.5084182Z    Compiling postcard v1.1.3
2026-06-19T23:27:24.5282748Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-19T23:27:24.8666350Z    Compiling tower v0.5.3
2026-06-19T23:27:24.9642815Z    Compiling crossbeam-epoch v0.9.18
2026-06-19T23:27:24.9643316Z    Compiling crossbeam-channel v0.5.15
2026-06-19T23:27:25.0918480Z    Compiling chrono v0.4.45
2026-06-19T23:27:25.2167513Z    Compiling strum_macros v0.28.0
2026-06-19T23:27:25.3221000Z    Compiling iroh-metrics-derive v0.4.1
2026-06-19T23:27:25.3903740Z    Compiling async-trait v0.1.89
2026-06-19T23:27:25.4665279Z    Compiling enum-assoc v1.3.0
2026-06-19T23:27:25.6530949Z    Compiling windows-registry v0.6.1
2026-06-19T23:27:25.6693126Z    Compiling blake3 v1.8.5
2026-06-19T23:27:25.8791384Z    Compiling uuid v1.23.2
2026-06-19T23:27:25.9537493Z    Compiling memoffset v0.6.5
2026-06-19T23:27:26.0439329Z    Compiling netwatch v0.16.0
2026-06-19T23:27:26.1508343Z    Compiling noq v0.18.0
2026-06-19T23:27:26.1679944Z    Compiling acto v0.8.2
2026-06-19T23:27:26.3259686Z    Compiling tagptr v0.2.0
2026-06-19T23:27:26.3950862Z    Compiling hyper v1.10.1
2026-06-19T23:27:26.3974803Z    Compiling lru-slab v0.1.2
2026-06-19T23:27:26.4314957Z    Compiling thiserror v1.0.69
2026-06-19T23:27:26.5062458Z    Compiling foldhash v0.2.0
2026-06-19T23:27:26.5140911Z    Compiling mac-addr v0.3.0
2026-06-19T23:27:26.5141711Z    Compiling xml-rs v0.8.28
2026-06-19T23:27:26.5706653Z    Compiling ref-cast v1.0.25
2026-06-19T23:27:26.5833503Z    Compiling sorted-index-buffer v0.2.1
2026-06-19T23:27:26.7171200Z    Compiling rustc-hash v2.1.2
2026-06-19T23:27:26.7479714Z    Compiling identity-hash v0.1.0
2026-06-19T23:27:26.7573136Z    Compiling netdev v0.42.0
2026-06-19T23:27:26.7606501Z    Compiling hashbrown v0.16.1
2026-06-19T23:27:26.8353653Z    Compiling iroh-relay v0.98.0
2026-06-19T23:27:26.8838674Z    Compiling spt-msg v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-19T23:27:26.9391700Z    Compiling moka v0.12.15
2026-06-19T23:27:27.0828120Z    Compiling iroh-metrics v0.38.3
2026-06-19T23:27:27.2608251Z    Compiling xmltree v0.10.3
2026-06-19T23:27:27.4637915Z    Compiling num_enum v0.7.6
2026-06-19T23:27:27.4923044Z    Compiling tower-http v0.6.11
2026-06-19T23:27:27.4923539Z    Compiling iroh-base v0.98.0
2026-06-19T23:27:27.7707563Z    Compiling hyper-util v0.1.20
2026-06-19T23:27:27.7887047Z    Compiling strum v0.28.0
2026-06-19T23:27:27.9023166Z    Compiling attohttpc v0.30.1
2026-06-19T23:27:27.9271245Z    Compiling n0-watcher v0.6.1
2026-06-19T23:27:27.9889980Z    Compiling tokio-stream v0.1.18
2026-06-19T23:27:28.0444882Z    Compiling toml_datetime v0.6.11
2026-06-19T23:27:28.0748689Z    Compiling serde_spanned v0.6.9
2026-06-19T23:27:28.1926132Z    Compiling ref-cast-impl v1.0.25
2026-06-19T23:27:28.2214604Z    Compiling thiserror-impl v1.0.69
2026-06-19T23:27:28.3093317Z    Compiling serde_derive_internals v0.29.1
2026-06-19T23:27:28.4027261Z    Compiling simple-dns v0.9.3
2026-06-19T23:27:28.4313518Z    Compiling serial-core v0.4.0
2026-06-19T23:27:28.5504535Z    Compiling aho-corasick v1.1.4
2026-06-19T23:27:28.5975178Z    Compiling winnow v0.7.15
2026-06-19T23:27:28.6767532Z    Compiling smol_str v0.1.24
2026-06-19T23:27:28.6801140Z    Compiling winreg v0.10.1
2026-06-19T23:27:28.7974014Z    Compiling sha1_smol v1.0.1
2026-06-19T23:27:28.8317229Z    Compiling toml_write v0.1.2
2026-06-19T23:27:28.9373512Z    Compiling regex-syntax v0.8.10
2026-06-19T23:27:28.9509223Z    Compiling arrayref v0.3.9
2026-06-19T23:27:28.9916121Z    Compiling resolv-conf v0.7.6
2026-06-19T23:27:29.0635536Z    Compiling constant_time_eq v0.4.2
2026-06-19T23:27:29.0998331Z    Compiling simdutf8 v0.1.5
2026-06-19T23:27:29.1117728Z    Compiling arrayvec v0.7.6
2026-06-19T23:27:29.1953450Z    Compiling igd-next v0.17.1
2026-06-19T23:27:29.3621218Z    Compiling iroh-dns v0.98.0
2026-06-19T23:27:29.6260121Z    Compiling schemars_derive v1.2.1
2026-06-19T23:27:29.8528097Z    Compiling serial-windows v0.4.0
2026-06-19T23:27:29.9650642Z    Compiling lru v0.16.4
2026-06-19T23:27:30.0182119Z    Compiling webpki-roots v1.0.7
2026-06-19T23:27:30.0954380Z    Compiling seize v0.5.1
2026-06-19T23:27:30.1869484Z    Compiling darling_core v0.23.0
2026-06-19T23:27:30.2693393Z    Compiling hmac v0.12.1
2026-06-19T23:27:30.2860391Z    Compiling serde_bytes v0.11.19
2026-06-19T23:27:30.3510954Z    Compiling iroh v0.98.2
2026-06-19T23:27:30.3813256Z    Compiling once_cell_polyfill v1.70.2
2026-06-19T23:27:30.4848777Z    Compiling cmov v0.5.4
2026-06-19T23:27:30.5375221Z    Compiling toml_edit v0.22.27
2026-06-19T23:27:30.6095197Z    Compiling pin-utils v0.1.0
2026-06-19T23:27:30.6477827Z    Compiling utf8parse v0.2.2
2026-06-19T23:27:30.6723277Z    Compiling lazy_static v1.5.0
2026-06-19T23:27:30.7751585Z    Compiling dyn-clone v1.0.20
2026-06-19T23:27:30.7822116Z    Compiling anstyle v1.0.14
2026-06-19T23:27:30.8008272Z    Compiling bitflags v1.3.2
2026-06-19T23:27:30.8049586Z    Compiling ctutils v0.4.2
2026-06-19T23:27:30.9177629Z    Compiling nix v0.25.1
2026-06-19T23:27:30.9185164Z    Compiling shared_library v0.1.9
2026-06-19T23:27:30.9334056Z    Compiling anstyle-parse v1.0.0
2026-06-19T23:27:30.9951255Z    Compiling hkdf v0.12.4
2026-06-19T23:27:31.1601541Z    Compiling regex-automata v0.4.14
2026-06-19T23:27:31.1619267Z    Compiling anstyle-wincon v3.0.11
2026-06-19T23:27:31.1994647Z    Compiling papaya v0.2.4
2026-06-19T23:27:31.2363829Z    Compiling serial v0.4.0
2026-06-19T23:27:31.2364377Z    Compiling filedescriptor v0.8.3
2026-06-19T23:27:31.3385497Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-19T23:27:31.4285712Z    Compiling backon v1.6.0
2026-06-19T23:27:31.5946163Z    Compiling anstyle-query v1.1.5
2026-06-19T23:27:31.6499910Z    Compiling shell-words v1.1.1
2026-06-19T23:27:31.7212056Z    Compiling foldhash v0.1.5
2026-06-19T23:27:31.8613849Z    Compiling colorchoice v1.0.5
2026-06-19T23:27:31.8978386Z    Compiling paste v1.0.15
2026-06-19T23:27:31.9649906Z    Compiling instability v0.3.12
2026-06-19T23:27:32.0071180Z    Compiling is_terminal_polyfill v1.70.2
2026-06-19T23:27:32.0473475Z    Compiling downcast-rs v1.2.1
2026-06-19T23:27:32.1156300Z    Compiling schemars v1.2.1
2026-06-19T23:27:32.1156774Z    Compiling hashbrown v0.15.5
2026-06-19T23:27:32.2818027Z    Compiling portable-pty v0.8.1
2026-06-19T23:27:32.2826839Z    Compiling anstream v1.0.0
2026-06-19T23:27:32.3757181Z    Compiling spake2 v0.4.0
2026-06-19T23:27:32.4945843Z    Compiling strum_macros v0.26.4
2026-06-19T23:27:32.6117901Z    Compiling crossterm_winapi v0.9.1
2026-06-19T23:27:32.8487134Z    Compiling toml v0.8.23
2026-06-19T23:27:32.8834158Z    Compiling terminal_size v0.4.4
2026-06-19T23:27:32.9357284Z    Compiling itertools v0.13.0
2026-06-19T23:27:33.0870030Z    Compiling sha1 v0.10.6
2026-06-19T23:27:33.2659382Z    Compiling castaway v0.2.4
2026-06-19T23:27:33.4597985Z    Compiling regex v1.12.3
2026-06-19T23:27:33.5837477Z    Compiling static_assertions v1.1.0
2026-06-19T23:27:33.7311877Z    Compiling doctest-file v1.1.1
2026-06-19T23:27:33.8292928Z    Compiling indoc v2.0.7
2026-06-19T23:27:33.9509845Z    Compiling spt-runtime v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-19T23:27:34.0674210Z    Compiling recvmsg v1.0.0
2026-06-19T23:27:34.2088100Z    Compiling clap_lex v1.1.0
2026-06-19T23:27:34.2501349Z    Compiling darling_macro v0.23.0
2026-06-19T23:27:34.2980488Z    Compiling unicode-width v0.1.14
2026-06-19T23:27:34.3214635Z    Compiling interprocess v2.4.2
2026-06-19T23:27:34.4402684Z    Compiling clap_builder v4.6.0
2026-06-19T23:27:34.7394544Z    Compiling wmi v0.18.4
2026-06-19T23:27:34.8051551Z    Compiling unicode-truncate v1.1.0
2026-06-19T23:27:34.8340452Z    Compiling compact_str v0.8.2
2026-06-19T23:27:35.1062644Z    Compiling crossterm v0.28.1
2026-06-19T23:27:35.1814354Z    Compiling darling v0.23.0
2026-06-19T23:27:35.2785957Z    Compiling spt-term v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-19T23:27:35.3113307Z    Compiling strum v0.26.3
2026-06-19T23:27:35.5327972Z    Compiling lru v0.12.5
2026-06-19T23:27:35.7761234Z    Compiling clap_derive v4.6.1
2026-06-19T23:27:36.0452893Z    Compiling cassowary v0.3.0
2026-06-19T23:27:36.2873864Z    Compiling spt-live v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-19T23:27:36.3983852Z    Compiling unicode-width v0.2.0
2026-06-19T23:27:36.6243131Z    Compiling portmapper v0.16.0
2026-06-19T23:27:36.7054794Z    Compiling ratatui v0.29.0
2026-06-19T23:27:36.7256197Z    Compiling nucleo-matcher v0.3.1
2026-06-19T23:27:36.8260045Z    Compiling qrcode v0.14.1
2026-06-19T23:27:36.9744861Z    Compiling tempfile v3.27.0
2026-06-19T23:27:38.1329094Z    Compiling clap v4.6.1
2026-06-19T23:27:49.3830422Z    Compiling rustls-webpki v0.103.13
2026-06-19T23:27:51.6130417Z    Compiling tokio-rustls v0.26.4
2026-06-19T23:27:51.6130770Z    Compiling noq-proto v0.17.0
2026-06-19T23:27:51.6131003Z    Compiling rustls-platform-verifier v0.7.0
2026-06-19T23:27:51.7596427Z    Compiling hickory-net v0.26.0-beta.4
2026-06-19T23:27:51.7596874Z    Compiling hyper-rustls v0.27.9
2026-06-19T23:27:51.7597189Z    Compiling tokio-websockets v0.13.2
2026-06-19T23:27:51.8985479Z    Compiling reqwest v0.13.4
2026-06-19T23:27:52.8031447Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-19T23:28:09.9458227Z    Compiling spt-net v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-19T23:28:11.5878251Z    Compiling spt-daemon v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-19T23:28:20.5224645Z    Compiling spt v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-19T23:28:29.3137520Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 23s
2026-06-19T23:28:29.3350980Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-111f294d191a6c81.exe)
2026-06-19T23:28:29.3896407Z 
2026-06-19T23:28:29.3896923Z running 1 test
2026-06-19T23:28:37.2265418Z test new_brain_serves_against_old_broker ... ok
2026-06-19T23:28:37.2265674Z 
2026-06-19T23:28:37.2265885Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.84s
2026-06-19T23:28:37.2266198Z 
